feat: add support to parse the -- separator for commands#10070
feat: add support to parse the -- separator for commands#10070paulbalandan wants to merge 1 commit intocodeigniter4:4.8from
-- separator for commands#10070Conversation
|
Should we also update |
Okay, I can do that. But that would also mean we would have two places doing exactly the same thing. I'm thinking to update |
Hmm... I agree we should avoid duplicating the parsing logic, but I'm not sure having |
I was previously thinking |
ab4a8c2 to
c9cbf70
Compare
c9cbf70 to
3c1fd9b
Compare
Description
Adds support for POSIX
--delimiter to mean the end of options.Checklist: